home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / games / fibsw130.zip / CISNET.SCN < prev    next >
Text File  |  1994-04-22  |  471b  |  17 lines

  1. @echo off ;%%Compuserve Network.
  2. !if "%HostName%"==""
  3. !   echo "\r\n** Error(cisnet.scn): Host Name must be set in Options/Script Settings... dialog box.
  4. <
  5. !endif
  6. !wait 3
  7. !send "\r"
  8. if not !wait "Host Name:" 10
  9. !    echo "\r\n** Error(cisnet.scn): Compuserve Network connect prompt not received.\r\n"
  10. <
  11. !endif
  12. !send "%HostName%\r"
  13. !if not !wait "\n" 20
  14. !    echo "\r\n** Error(cisnet.scn): Compuserve Network failed to respond to host name.\r\n"
  15. <
  16. !endif
  17.